IContentManagerDisplaySequence Method |
Displays a sequence in a video window. The sequence is started in forward direction.
This function is only supported in live mode.
Namespace: Bosch.Vms.SDKAssembly: Bosch.Vms.SDK (in Bosch.Vms.SDK.dll) Version: 1.9.0.0
SyntaxSequence DisplaySequence(
ImagePane pane,
SequenceSeed seed
)
Parameters
- pane ImagePane
- seed SequenceSeed
- Sequence Seed object that can be obtained from the ISequenceManager.
Return Value
Sequence
Exceptions| Exception | Condition |
|---|
| SdkException |
Thrown if seed doesn't exist in the configuration or is not permitted to caller.
|
See Also